Uses of Class
com.oracle.bmc.identitydomains.responses.GetGroupResponse
-
Packages that use GetGroupResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of GetGroupResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return GetGroupResponse Modifier and Type Method Description GetGroupResponse
IdentityDomains. getGroup(GetGroupRequest request)
Get a group.GetGroupResponse
IdentityDomainsClient. getGroup(GetGroupRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type GetGroupResponse Modifier and Type Method Description Future<GetGroupResponse>
IdentityDomainsAsync. getGroup(GetGroupRequest request, AsyncHandler<GetGroupRequest,GetGroupResponse> handler)
Get a group.Future<GetGroupResponse>
IdentityDomainsAsyncClient. getGroup(GetGroupRequest request, AsyncHandler<GetGroupRequest,GetGroupResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetGroupResponse Modifier and Type Method Description Future<GetGroupResponse>
IdentityDomainsAsync. getGroup(GetGroupRequest request, AsyncHandler<GetGroupRequest,GetGroupResponse> handler)
Get a group.Future<GetGroupResponse>
IdentityDomainsAsyncClient. getGroup(GetGroupRequest request, AsyncHandler<GetGroupRequest,GetGroupResponse> handler)
-
Uses of GetGroupResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return GetGroupResponse Modifier and Type Method Description GetGroupResponse
GetGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type GetGroupResponse Modifier and Type Method Description GetGroupResponse.Builder
GetGroupResponse.Builder. copy(GetGroupResponse o)
Copy method to populate the builder with values from the given instance.
-