Uses of Class
software.amazon.awssdk.services.ssoadmin.model.DeleteApplicationAssignmentRequest
-
Packages that use DeleteApplicationAssignmentRequest Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center is the Amazon Web Services solution for connecting your workforce users to Amazon Web Services managed applications and other Amazon Web Services resources.software.amazon.awssdk.services.ssoadmin.transform -
-
Uses of DeleteApplicationAssignmentRequest in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin with parameters of type DeleteApplicationAssignmentRequest Modifier and Type Method Description default CompletableFuture<DeleteApplicationAssignmentResponse>SsoAdminAsyncClient. deleteApplicationAssignment(DeleteApplicationAssignmentRequest deleteApplicationAssignmentRequest)Revoke application access to an application by deleting application assignments for a user or group.default DeleteApplicationAssignmentResponseSsoAdminClient. deleteApplicationAssignment(DeleteApplicationAssignmentRequest deleteApplicationAssignmentRequest)Revoke application access to an application by deleting application assignments for a user or group. -
Uses of DeleteApplicationAssignmentRequest in software.amazon.awssdk.services.ssoadmin.transform
Methods in software.amazon.awssdk.services.ssoadmin.transform with parameters of type DeleteApplicationAssignmentRequest Modifier and Type Method Description SdkHttpFullRequestDeleteApplicationAssignmentRequestMarshaller. marshall(DeleteApplicationAssignmentRequest deleteApplicationAssignmentRequest)
-