Uses of Class
com.oracle.bmc.cloudguard.responses.GetResourceProfileResponse
-
Packages that use GetResourceProfileResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of GetResourceProfileResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetResourceProfileResponse Modifier and Type Method Description GetResourceProfileResponse
CloudGuard. getResourceProfile(GetResourceProfileRequest request)
Returns details for a resource profile, identified by resourceProfileId.GetResourceProfileResponse
CloudGuardClient. getResourceProfile(GetResourceProfileRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type GetResourceProfileResponse Modifier and Type Method Description Future<GetResourceProfileResponse>
CloudGuardAsync. getResourceProfile(GetResourceProfileRequest request, AsyncHandler<GetResourceProfileRequest,GetResourceProfileResponse> handler)
Returns details for a resource profile, identified by resourceProfileId.Future<GetResourceProfileResponse>
CloudGuardAsyncClient. getResourceProfile(GetResourceProfileRequest request, AsyncHandler<GetResourceProfileRequest,GetResourceProfileResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetResourceProfileResponse Modifier and Type Method Description Future<GetResourceProfileResponse>
CloudGuardAsync. getResourceProfile(GetResourceProfileRequest request, AsyncHandler<GetResourceProfileRequest,GetResourceProfileResponse> handler)
Returns details for a resource profile, identified by resourceProfileId.Future<GetResourceProfileResponse>
CloudGuardAsyncClient. getResourceProfile(GetResourceProfileRequest request, AsyncHandler<GetResourceProfileRequest,GetResourceProfileResponse> handler)
-
Uses of GetResourceProfileResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetResourceProfileResponse Modifier and Type Method Description GetResourceProfileResponse
GetResourceProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetResourceProfileResponse Modifier and Type Method Description GetResourceProfileResponse.Builder
GetResourceProfileResponse.Builder. copy(GetResourceProfileResponse o)
Copy method to populate the builder with values from the given instance.
-