Uses of Class
com.oracle.bmc.apigateway.requests.GetSdkRequest
-
Packages that use GetSdkRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of GetSdkRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return types with arguments of type GetSdkRequest Modifier and Type Method Description Waiter<GetSdkRequest,GetSdkResponse>
ApiGatewayWaiters. forSdk(GetSdkRequest request, Sdk.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSdkRequest,GetSdkResponse>
ApiGatewayWaiters. forSdk(GetSdkRequest request, Sdk.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSdkRequest,GetSdkResponse>
ApiGatewayWaiters. forSdk(GetSdkRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Sdk.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.apigateway with parameters of type GetSdkRequest Modifier and Type Method Description Waiter<GetSdkRequest,GetSdkResponse>
ApiGatewayWaiters. forSdk(GetSdkRequest request, Sdk.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSdkRequest,GetSdkResponse>
ApiGatewayWaiters. forSdk(GetSdkRequest request, Sdk.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSdkRequest,GetSdkResponse>
ApiGatewayWaiters. forSdk(GetSdkRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Sdk.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetSdkResponse
ApiGateway. getSdk(GetSdkRequest request)
Return object store downloadable URL and metadata.Future<GetSdkResponse>
ApiGatewayAsync. getSdk(GetSdkRequest request, AsyncHandler<GetSdkRequest,GetSdkResponse> handler)
Return object store downloadable URL and metadata.Future<GetSdkResponse>
ApiGatewayAsyncClient. getSdk(GetSdkRequest request, AsyncHandler<GetSdkRequest,GetSdkResponse> handler)
GetSdkResponse
ApiGatewayClient. getSdk(GetSdkRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type GetSdkRequest Modifier and Type Method Description Future<GetSdkResponse>
ApiGatewayAsync. getSdk(GetSdkRequest request, AsyncHandler<GetSdkRequest,GetSdkResponse> handler)
Return object store downloadable URL and metadata.Future<GetSdkResponse>
ApiGatewayAsyncClient. getSdk(GetSdkRequest request, AsyncHandler<GetSdkRequest,GetSdkResponse> handler)
-
Uses of GetSdkRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return GetSdkRequest Modifier and Type Method Description GetSdkRequest
GetSdkRequest.Builder. build()
Build the instance of GetSdkRequest as configured by this builderGetSdkRequest
GetSdkRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSdkRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type GetSdkRequest Modifier and Type Method Description GetSdkRequest.Builder
GetSdkRequest.Builder. copy(GetSdkRequest o)
Copy method to populate the builder with values from the given instance.
-