Uses of Class
com.oracle.bmc.identity.responses.ListIdpGroupMappingsResponse
-
Packages that use ListIdpGroupMappingsResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ListIdpGroupMappingsResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ListIdpGroupMappingsResponse Modifier and Type Method Description ListIdpGroupMappingsResponse
Identity. listIdpGroupMappings(ListIdpGroupMappingsRequest request)
Deprecated. For more information, see Deprecated IAM Service APIs.ListIdpGroupMappingsResponse
IdentityClient. listIdpGroupMappings(ListIdpGroupMappingsRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type ListIdpGroupMappingsResponse Modifier and Type Method Description Future<ListIdpGroupMappingsResponse>
IdentityAsync. listIdpGroupMappings(ListIdpGroupMappingsRequest request, AsyncHandler<ListIdpGroupMappingsRequest,ListIdpGroupMappingsResponse> handler)
Deprecated. For more information, see Deprecated IAM Service APIs.Future<ListIdpGroupMappingsResponse>
IdentityAsyncClient. listIdpGroupMappings(ListIdpGroupMappingsRequest request, AsyncHandler<ListIdpGroupMappingsRequest,ListIdpGroupMappingsResponse> handler)
Iterable<ListIdpGroupMappingsResponse>
IdentityPaginators. listIdpGroupMappingsResponseIterator(ListIdpGroupMappingsRequest request)
Creates a new iterable which will iterate over the responses received from the listIdpGroupMappings operation.Method parameters in com.oracle.bmc.identity with type arguments of type ListIdpGroupMappingsResponse Modifier and Type Method Description Future<ListIdpGroupMappingsResponse>
IdentityAsync. listIdpGroupMappings(ListIdpGroupMappingsRequest request, AsyncHandler<ListIdpGroupMappingsRequest,ListIdpGroupMappingsResponse> handler)
Deprecated. For more information, see Deprecated IAM Service APIs.Future<ListIdpGroupMappingsResponse>
IdentityAsyncClient. listIdpGroupMappings(ListIdpGroupMappingsRequest request, AsyncHandler<ListIdpGroupMappingsRequest,ListIdpGroupMappingsResponse> handler)
-
Uses of ListIdpGroupMappingsResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ListIdpGroupMappingsResponse Modifier and Type Method Description ListIdpGroupMappingsResponse
ListIdpGroupMappingsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ListIdpGroupMappingsResponse Modifier and Type Method Description ListIdpGroupMappingsResponse.Builder
ListIdpGroupMappingsResponse.Builder. copy(ListIdpGroupMappingsResponse o)
Copy method to populate the builder with values from the given instance.
-