Uses of Class
com.oracle.bmc.waas.responses.CreateAddressListResponse
-
Packages that use CreateAddressListResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of CreateAddressListResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return CreateAddressListResponse Modifier and Type Method Description CreateAddressListResponse
Waas. 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.CreateAddressListResponse
WaasClient. createAddressList(CreateAddressListRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type CreateAddressListResponse 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)
Method parameters in com.oracle.bmc.waas with type arguments of type CreateAddressListResponse 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 CreateAddressListResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return CreateAddressListResponse Modifier and Type Method Description CreateAddressListResponse
CreateAddressListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type CreateAddressListResponse Modifier and Type Method Description CreateAddressListResponse.Builder
CreateAddressListResponse.Builder. copy(CreateAddressListResponse o)
Copy method to populate the builder with values from the given instance.
-