Uses of Class
com.oracle.bmc.identitydomains.requests.GetGroupRequest
-
Packages that use GetGroupRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of GetGroupRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type GetGroupRequest Modifier and Type Method Description GetGroupResponse
IdentityDomains. getGroup(GetGroupRequest request)
Get a group.Future<GetGroupResponse>
IdentityDomainsAsync. getGroup(GetGroupRequest request, AsyncHandler<GetGroupRequest,GetGroupResponse> handler)
Get a group.Future<GetGroupResponse>
IdentityDomainsAsyncClient. getGroup(GetGroupRequest request, AsyncHandler<GetGroupRequest,GetGroupResponse> handler)
GetGroupResponse
IdentityDomainsClient. getGroup(GetGroupRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetGroupRequest 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 GetGroupRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return GetGroupRequest Modifier and Type Method Description GetGroupRequest
GetGroupRequest.Builder. build()
Build the instance of GetGroupRequest as configured by this builderGetGroupRequest
GetGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetGroupRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type GetGroupRequest Modifier and Type Method Description GetGroupRequest.Builder
GetGroupRequest.Builder. copy(GetGroupRequest o)
Copy method to populate the builder with values from the given instance.
-