Uses of Class
com.oracle.bmc.identity.requests.UpdateIdpGroupMappingRequest
-
Packages that use UpdateIdpGroupMappingRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of UpdateIdpGroupMappingRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type UpdateIdpGroupMappingRequest Modifier and Type Method Description UpdateIdpGroupMappingResponse
Identity. updateIdpGroupMapping(UpdateIdpGroupMappingRequest request)
Deprecated. For more information, see Deprecated IAM Service APIs.Future<UpdateIdpGroupMappingResponse>
IdentityAsync. updateIdpGroupMapping(UpdateIdpGroupMappingRequest request, AsyncHandler<UpdateIdpGroupMappingRequest,UpdateIdpGroupMappingResponse> handler)
Deprecated. For more information, see Deprecated IAM Service APIs.Future<UpdateIdpGroupMappingResponse>
IdentityAsyncClient. updateIdpGroupMapping(UpdateIdpGroupMappingRequest request, AsyncHandler<UpdateIdpGroupMappingRequest,UpdateIdpGroupMappingResponse> handler)
UpdateIdpGroupMappingResponse
IdentityClient. updateIdpGroupMapping(UpdateIdpGroupMappingRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdateIdpGroupMappingRequest Modifier and Type Method Description Future<UpdateIdpGroupMappingResponse>
IdentityAsync. updateIdpGroupMapping(UpdateIdpGroupMappingRequest request, AsyncHandler<UpdateIdpGroupMappingRequest,UpdateIdpGroupMappingResponse> handler)
Deprecated. For more information, see Deprecated IAM Service APIs.Future<UpdateIdpGroupMappingResponse>
IdentityAsyncClient. updateIdpGroupMapping(UpdateIdpGroupMappingRequest request, AsyncHandler<UpdateIdpGroupMappingRequest,UpdateIdpGroupMappingResponse> handler)
-
Uses of UpdateIdpGroupMappingRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdateIdpGroupMappingRequest Modifier and Type Method Description UpdateIdpGroupMappingRequest
UpdateIdpGroupMappingRequest.Builder. build()
Build the instance of UpdateIdpGroupMappingRequest as configured by this builderUpdateIdpGroupMappingRequest
UpdateIdpGroupMappingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateIdpGroupMappingRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type UpdateIdpGroupMappingRequest Modifier and Type Method Description UpdateIdpGroupMappingRequest.Builder
UpdateIdpGroupMappingRequest.Builder. copy(UpdateIdpGroupMappingRequest o)
Copy method to populate the builder with values from the given instance.
-