Uses of Class
com.oracle.bmc.datasafe.responses.GetProfileResponse
-
Packages that use GetProfileResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetProfileResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetProfileResponse Modifier and Type Method Description GetProfileResponse
DataSafe. getProfile(GetProfileRequest request)
Lists the details of given profile available on the target.GetProfileResponse
DataSafeClient. getProfile(GetProfileRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type GetProfileResponse Modifier and Type Method Description Future<GetProfileResponse>
DataSafeAsync. getProfile(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResponse> handler)
Lists the details of given profile available on the target.Future<GetProfileResponse>
DataSafeAsyncClient. getProfile(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetProfileResponse Modifier and Type Method Description Future<GetProfileResponse>
DataSafeAsync. getProfile(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResponse> handler)
Lists the details of given profile available on the target.Future<GetProfileResponse>
DataSafeAsyncClient. getProfile(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResponse> handler)
-
Uses of GetProfileResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetProfileResponse Modifier and Type Method Description GetProfileResponse
GetProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetProfileResponse Modifier and Type Method Description GetProfileResponse.Builder
GetProfileResponse.Builder. copy(GetProfileResponse o)
Copy method to populate the builder with values from the given instance.
-