Uses of Class
com.oracle.bmc.waas.requests.GetAddressListRequest
-
Packages that use GetAddressListRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of GetAddressListRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type GetAddressListRequest Modifier and Type Method Description Waiter<GetAddressListRequest,GetAddressListResponse>WaasWaiters. forAddressList(GetAddressListRequest request, LifecycleStates... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetAddressListRequest,GetAddressListResponse>WaasWaiters. forAddressList(GetAddressListRequest request, LifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetAddressListRequest,GetAddressListResponse>WaasWaiters. forAddressList(GetAddressListRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleStates... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.waas with type arguments of type GetAddressListRequest Modifier and Type Method Description Future<GetAddressListResponse>WaasAsync. getAddressList(GetAddressListRequest request, AsyncHandler<GetAddressListRequest,GetAddressListResponse> handler)Gets the details of an address list.Future<GetAddressListResponse>WaasAsyncClient. getAddressList(GetAddressListRequest request, AsyncHandler<GetAddressListRequest,GetAddressListResponse> handler) -
Uses of GetAddressListRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return GetAddressListRequest Modifier and Type Method Description GetAddressListRequestGetAddressListRequest.Builder. build()Build the instance of GetAddressListRequest as configured by this builderGetAddressListRequestGetAddressListRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetAddressListRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type GetAddressListRequest Modifier and Type Method Description GetAddressListRequest.BuilderGetAddressListRequest.Builder. copy(GetAddressListRequest o)Copy method to populate the builder with values from the given instance.
-