Uses of Class
com.oracle.bmc.apigateway.requests.GetDeploymentRequest
-
Packages that use GetDeploymentRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of GetDeploymentRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return types with arguments of type GetDeploymentRequest Modifier and Type Method Description Waiter<GetDeploymentRequest,GetDeploymentResponse>
DeploymentWaiters. forDeployment(GetDeploymentRequest request, Deployment.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDeploymentRequest,GetDeploymentResponse>
DeploymentWaiters. forDeployment(GetDeploymentRequest request, Deployment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDeploymentRequest,GetDeploymentResponse>
DeploymentWaiters. forDeployment(GetDeploymentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Deployment.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.apigateway with type arguments of type GetDeploymentRequest Modifier and Type Method Description Future<GetDeploymentResponse>
DeploymentAsync. getDeployment(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest,GetDeploymentResponse> handler)
Gets a deployment by identifier.Future<GetDeploymentResponse>
DeploymentAsyncClient. getDeployment(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest,GetDeploymentResponse> handler)
-
Uses of GetDeploymentRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return GetDeploymentRequest Modifier and Type Method Description GetDeploymentRequest
GetDeploymentRequest.Builder. build()
Build the instance of GetDeploymentRequest as configured by this builderGetDeploymentRequest
GetDeploymentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDeploymentRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type GetDeploymentRequest Modifier and Type Method Description GetDeploymentRequest.Builder
GetDeploymentRequest.Builder. copy(GetDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
-