Uses of Class
com.oracle.bmc.keymanagement.requests.CreateEkmsPrivateEndpointRequest
-
Packages that use CreateEkmsPrivateEndpointRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of CreateEkmsPrivateEndpointRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type CreateEkmsPrivateEndpointRequest Modifier and Type Method Description CreateEkmsPrivateEndpointResponse
Ekm. createEkmsPrivateEndpoint(CreateEkmsPrivateEndpointRequest request)
Create a new EKMS private endpoint used to connect to external key manager systemFuture<CreateEkmsPrivateEndpointResponse>
EkmAsync. createEkmsPrivateEndpoint(CreateEkmsPrivateEndpointRequest request, AsyncHandler<CreateEkmsPrivateEndpointRequest,CreateEkmsPrivateEndpointResponse> handler)
Create a new EKMS private endpoint used to connect to external key manager systemFuture<CreateEkmsPrivateEndpointResponse>
EkmAsyncClient. createEkmsPrivateEndpoint(CreateEkmsPrivateEndpointRequest request, AsyncHandler<CreateEkmsPrivateEndpointRequest,CreateEkmsPrivateEndpointResponse> handler)
CreateEkmsPrivateEndpointResponse
EkmClient. createEkmsPrivateEndpoint(CreateEkmsPrivateEndpointRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type CreateEkmsPrivateEndpointRequest Modifier and Type Method Description Future<CreateEkmsPrivateEndpointResponse>
EkmAsync. createEkmsPrivateEndpoint(CreateEkmsPrivateEndpointRequest request, AsyncHandler<CreateEkmsPrivateEndpointRequest,CreateEkmsPrivateEndpointResponse> handler)
Create a new EKMS private endpoint used to connect to external key manager systemFuture<CreateEkmsPrivateEndpointResponse>
EkmAsyncClient. createEkmsPrivateEndpoint(CreateEkmsPrivateEndpointRequest request, AsyncHandler<CreateEkmsPrivateEndpointRequest,CreateEkmsPrivateEndpointResponse> handler)
-
Uses of CreateEkmsPrivateEndpointRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return CreateEkmsPrivateEndpointRequest Modifier and Type Method Description CreateEkmsPrivateEndpointRequest
CreateEkmsPrivateEndpointRequest.Builder. build()
Build the instance of CreateEkmsPrivateEndpointRequest as configured by this builderCreateEkmsPrivateEndpointRequest
CreateEkmsPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateEkmsPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type CreateEkmsPrivateEndpointRequest Modifier and Type Method Description CreateEkmsPrivateEndpointRequest.Builder
CreateEkmsPrivateEndpointRequest.Builder. copy(CreateEkmsPrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-