Uses of Class
com.oracle.bmc.identity.responses.ListRegionsResponse
-
Packages that use ListRegionsResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ListRegionsResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ListRegionsResponse Modifier and Type Method Description ListRegionsResponseIdentity. listRegions(ListRegionsRequest request)Lists all the regions offered by Oracle Cloud Infrastructure.ListRegionsResponseIdentityClient. listRegions(ListRegionsRequest request)Methods in com.oracle.bmc.identity that return types with arguments of type ListRegionsResponse Modifier and Type Method Description Future<ListRegionsResponse>IdentityAsync. listRegions(ListRegionsRequest request, AsyncHandler<ListRegionsRequest,ListRegionsResponse> handler)Lists all the regions offered by Oracle Cloud Infrastructure.Future<ListRegionsResponse>IdentityAsyncClient. listRegions(ListRegionsRequest request, AsyncHandler<ListRegionsRequest,ListRegionsResponse> handler)Method parameters in com.oracle.bmc.identity with type arguments of type ListRegionsResponse Modifier and Type Method Description Future<ListRegionsResponse>IdentityAsync. listRegions(ListRegionsRequest request, AsyncHandler<ListRegionsRequest,ListRegionsResponse> handler)Lists all the regions offered by Oracle Cloud Infrastructure.Future<ListRegionsResponse>IdentityAsyncClient. listRegions(ListRegionsRequest request, AsyncHandler<ListRegionsRequest,ListRegionsResponse> handler) -
Uses of ListRegionsResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ListRegionsResponse Modifier and Type Method Description ListRegionsResponseListRegionsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ListRegionsResponse Modifier and Type Method Description ListRegionsResponse.BuilderListRegionsResponse.Builder. copy(ListRegionsResponse o)Copy method to populate the builder with values from the given instance.
-