Uses of Class
com.oracle.bmc.datasafe.requests.GetProfileRequest
-
Packages that use GetProfileRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetProfileRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type GetProfileRequest Modifier and Type Method Description GetProfileResponse
DataSafe. getProfile(GetProfileRequest request)
Lists the details of given profile available on the target.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)
GetProfileResponse
DataSafeClient. getProfile(GetProfileRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetProfileRequest 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 GetProfileRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetProfileRequest Modifier and Type Method Description GetProfileRequest
GetProfileRequest.Builder. build()
Build the instance of GetProfileRequest as configured by this builderGetProfileRequest
GetProfileRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetProfileRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetProfileRequest Modifier and Type Method Description GetProfileRequest.Builder
GetProfileRequest.Builder. copy(GetProfileRequest o)
Copy method to populate the builder with values from the given instance.
-