Uses of Class
com.oracle.bmc.waas.requests.CreateAddressListRequest
-
Packages that use CreateAddressListRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of CreateAddressListRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type CreateAddressListRequest Modifier and Type Method Description CreateAddressListResponseWaas. createAddressList(CreateAddressListRequest request)Creates an address list in a set compartment and allows it to be used in a WAAS policy and referenced by access rules.Future<CreateAddressListResponse>WaasAsync. createAddressList(CreateAddressListRequest request, AsyncHandler<CreateAddressListRequest,CreateAddressListResponse> handler)Creates an address list in a set compartment and allows it to be used in a WAAS policy and referenced by access rules.Future<CreateAddressListResponse>WaasAsyncClient. createAddressList(CreateAddressListRequest request, AsyncHandler<CreateAddressListRequest,CreateAddressListResponse> handler)CreateAddressListResponseWaasClient. createAddressList(CreateAddressListRequest request)Method parameters in com.oracle.bmc.waas with type arguments of type CreateAddressListRequest Modifier and Type Method Description Future<CreateAddressListResponse>WaasAsync. createAddressList(CreateAddressListRequest request, AsyncHandler<CreateAddressListRequest,CreateAddressListResponse> handler)Creates an address list in a set compartment and allows it to be used in a WAAS policy and referenced by access rules.Future<CreateAddressListResponse>WaasAsyncClient. createAddressList(CreateAddressListRequest request, AsyncHandler<CreateAddressListRequest,CreateAddressListResponse> handler) -
Uses of CreateAddressListRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return CreateAddressListRequest Modifier and Type Method Description CreateAddressListRequestCreateAddressListRequest.Builder. build()Build the instance of CreateAddressListRequest as configured by this builderCreateAddressListRequestCreateAddressListRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateAddressListRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type CreateAddressListRequest Modifier and Type Method Description CreateAddressListRequest.BuilderCreateAddressListRequest.Builder. copy(CreateAddressListRequest o)Copy method to populate the builder with values from the given instance.
-