Uses of Class
com.oracle.bmc.keymanagement.requests.GetEkmsPrivateEndpointRequest
-
Packages that use GetEkmsPrivateEndpointRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of GetEkmsPrivateEndpointRequest in com.oracle.bmc.keymanagement
Method parameters in com.oracle.bmc.keymanagement with type arguments of type GetEkmsPrivateEndpointRequest Modifier and Type Method Description Future<GetEkmsPrivateEndpointResponse>
EkmAsync. getEkmsPrivateEndpoint(GetEkmsPrivateEndpointRequest request, AsyncHandler<GetEkmsPrivateEndpointRequest,GetEkmsPrivateEndpointResponse> handler)
Gets a specific EKMS private by identifier.Future<GetEkmsPrivateEndpointResponse>
EkmAsyncClient. getEkmsPrivateEndpoint(GetEkmsPrivateEndpointRequest request, AsyncHandler<GetEkmsPrivateEndpointRequest,GetEkmsPrivateEndpointResponse> handler)
-
Uses of GetEkmsPrivateEndpointRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return GetEkmsPrivateEndpointRequest Modifier and Type Method Description GetEkmsPrivateEndpointRequest
GetEkmsPrivateEndpointRequest.Builder. build()
Build the instance of GetEkmsPrivateEndpointRequest as configured by this builderGetEkmsPrivateEndpointRequest
GetEkmsPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetEkmsPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type GetEkmsPrivateEndpointRequest Modifier and Type Method Description GetEkmsPrivateEndpointRequest.Builder
GetEkmsPrivateEndpointRequest.Builder. copy(GetEkmsPrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-