Uses of Class
com.oracle.bmc.ospgateway.responses.GetAddressRuleResponse
-
Packages that use GetAddressRuleResponse Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.responses -
-
Uses of GetAddressRuleResponse in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return GetAddressRuleResponse Modifier and Type Method Description GetAddressRuleResponse
AddressRuleService. getAddressRule(GetAddressRuleRequest request)
Get the address rule for the compartment based on the country codeGetAddressRuleResponse
AddressRuleServiceClient. getAddressRule(GetAddressRuleRequest request)
Methods in com.oracle.bmc.ospgateway that return types with arguments of type GetAddressRuleResponse Modifier and Type Method Description Future<GetAddressRuleResponse>
AddressRuleServiceAsync. getAddressRule(GetAddressRuleRequest request, AsyncHandler<GetAddressRuleRequest,GetAddressRuleResponse> handler)
Get the address rule for the compartment based on the country codeFuture<GetAddressRuleResponse>
AddressRuleServiceAsyncClient. getAddressRule(GetAddressRuleRequest request, AsyncHandler<GetAddressRuleRequest,GetAddressRuleResponse> handler)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type GetAddressRuleResponse Modifier and Type Method Description Future<GetAddressRuleResponse>
AddressRuleServiceAsync. getAddressRule(GetAddressRuleRequest request, AsyncHandler<GetAddressRuleRequest,GetAddressRuleResponse> handler)
Get the address rule for the compartment based on the country codeFuture<GetAddressRuleResponse>
AddressRuleServiceAsyncClient. getAddressRule(GetAddressRuleRequest request, AsyncHandler<GetAddressRuleRequest,GetAddressRuleResponse> handler)
-
Uses of GetAddressRuleResponse in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return GetAddressRuleResponse Modifier and Type Method Description GetAddressRuleResponse
GetAddressRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ospgateway.responses with parameters of type GetAddressRuleResponse Modifier and Type Method Description GetAddressRuleResponse.Builder
GetAddressRuleResponse.Builder. copy(GetAddressRuleResponse o)
Copy method to populate the builder with values from the given instance.
-