Uses of Class
com.oracle.bmc.identity.requests.GetTenancyRequest
-
Packages that use GetTenancyRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of GetTenancyRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type GetTenancyRequest Modifier and Type Method Description GetTenancyResponse
Identity. getTenancy(GetTenancyRequest request)
Get the specified tenancy’s information.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)
GetTenancyResponse
IdentityClient. getTenancy(GetTenancyRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type GetTenancyRequest 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 GetTenancyRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return GetTenancyRequest Modifier and Type Method Description GetTenancyRequest
GetTenancyRequest.Builder. build()
Build the instance of GetTenancyRequest as configured by this builderGetTenancyRequest
GetTenancyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetTenancyRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type GetTenancyRequest Modifier and Type Method Description GetTenancyRequest.Builder
GetTenancyRequest.Builder. copy(GetTenancyRequest o)
Copy method to populate the builder with values from the given instance.
-