Uses of Class
com.oracle.bmc.identitydomains.responses.ListMyGroupsResponse
-
Packages that use ListMyGroupsResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of ListMyGroupsResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return ListMyGroupsResponse Modifier and Type Method Description ListMyGroupsResponseIdentityDomains. listMyGroups(ListMyGroupsRequest request)Search for ‘My Groups’.ListMyGroupsResponseIdentityDomainsClient. listMyGroups(ListMyGroupsRequest request)Methods in com.oracle.bmc.identitydomains that return types with arguments of type ListMyGroupsResponse Modifier and Type Method Description Future<ListMyGroupsResponse>IdentityDomainsAsync. listMyGroups(ListMyGroupsRequest request, AsyncHandler<ListMyGroupsRequest,ListMyGroupsResponse> handler)Search for ‘My Groups’.Future<ListMyGroupsResponse>IdentityDomainsAsyncClient. listMyGroups(ListMyGroupsRequest request, AsyncHandler<ListMyGroupsRequest,ListMyGroupsResponse> handler)Method parameters in com.oracle.bmc.identitydomains with type arguments of type ListMyGroupsResponse Modifier and Type Method Description Future<ListMyGroupsResponse>IdentityDomainsAsync. listMyGroups(ListMyGroupsRequest request, AsyncHandler<ListMyGroupsRequest,ListMyGroupsResponse> handler)Search for ‘My Groups’.Future<ListMyGroupsResponse>IdentityDomainsAsyncClient. listMyGroups(ListMyGroupsRequest request, AsyncHandler<ListMyGroupsRequest,ListMyGroupsResponse> handler) -
Uses of ListMyGroupsResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return ListMyGroupsResponse Modifier and Type Method Description ListMyGroupsResponseListMyGroupsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type ListMyGroupsResponse Modifier and Type Method Description ListMyGroupsResponse.BuilderListMyGroupsResponse.Builder. copy(ListMyGroupsResponse o)Copy method to populate the builder with values from the given instance.
-