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.keymanagementMethod 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.requestsMethods in com.oracle.bmc.keymanagement.requests that return GetEkmsPrivateEndpointRequest Modifier and Type Method Description GetEkmsPrivateEndpointRequestGetEkmsPrivateEndpointRequest.Builder. build()Build the instance of GetEkmsPrivateEndpointRequest as configured by this builderGetEkmsPrivateEndpointRequestGetEkmsPrivateEndpointRequest.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.BuilderGetEkmsPrivateEndpointRequest.Builder. copy(GetEkmsPrivateEndpointRequest o)Copy method to populate the builder with values from the given instance.
 
-