Uses of Class
com.oracle.bmc.identity.responses.GetTenancyResponse
-
Packages that use GetTenancyResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of GetTenancyResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return GetTenancyResponse Modifier and Type Method Description GetTenancyResponse
Identity. getTenancy(GetTenancyRequest request)
Get the specified tenancy’s information.GetTenancyResponse
IdentityClient. getTenancy(GetTenancyRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type GetTenancyResponse Modifier and Type Method Description Future<GetTenancyResponse>
IdentityAsync. getTenancy(GetTenancyRequest request, AsyncHandler<GetTenancyRequest,GetTenancyResponse> handler)
Get the specified tenancy’s information.Future<GetTenancyResponse>
IdentityAsyncClient. getTenancy(GetTenancyRequest request, AsyncHandler<GetTenancyRequest,GetTenancyResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type GetTenancyResponse Modifier and Type Method Description Future<GetTenancyResponse>
IdentityAsync. getTenancy(GetTenancyRequest request, AsyncHandler<GetTenancyRequest,GetTenancyResponse> handler)
Get the specified tenancy’s information.Future<GetTenancyResponse>
IdentityAsyncClient. getTenancy(GetTenancyRequest request, AsyncHandler<GetTenancyRequest,GetTenancyResponse> handler)
-
Uses of GetTenancyResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return GetTenancyResponse Modifier and Type Method Description GetTenancyResponse
GetTenancyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type GetTenancyResponse Modifier and Type Method Description GetTenancyResponse.Builder
GetTenancyResponse.Builder. copy(GetTenancyResponse o)
Copy method to populate the builder with values from the given instance.
-