Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.DeleteAttributeMappingResponse
-
Packages that use DeleteAttributeMappingResponse Package Description software.amazon.awssdk.services.rolesanywhere Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers, and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials. -
-
Uses of DeleteAttributeMappingResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return DeleteAttributeMappingResponse Modifier and Type Method Description default DeleteAttributeMappingResponseRolesAnywhereClient. deleteAttributeMapping(Consumer<DeleteAttributeMappingRequest.Builder> deleteAttributeMappingRequest)Delete an entry from the attribute mapping rules enforced by a given profile.default DeleteAttributeMappingResponseRolesAnywhereClient. deleteAttributeMapping(DeleteAttributeMappingRequest deleteAttributeMappingRequest)Delete an entry from the attribute mapping rules enforced by a given profile.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type DeleteAttributeMappingResponse Modifier and Type Method Description default CompletableFuture<DeleteAttributeMappingResponse>RolesAnywhereAsyncClient. deleteAttributeMapping(Consumer<DeleteAttributeMappingRequest.Builder> deleteAttributeMappingRequest)Delete an entry from the attribute mapping rules enforced by a given profile.default CompletableFuture<DeleteAttributeMappingResponse>RolesAnywhereAsyncClient. deleteAttributeMapping(DeleteAttributeMappingRequest deleteAttributeMappingRequest)Delete an entry from the attribute mapping rules enforced by a given profile.
-