Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.PutAttributeMappingResponse
-
Packages that use PutAttributeMappingResponse 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 PutAttributeMappingResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return PutAttributeMappingResponse Modifier and Type Method Description default PutAttributeMappingResponseRolesAnywhereClient. putAttributeMapping(Consumer<PutAttributeMappingRequest.Builder> putAttributeMappingRequest)Put an entry in the attribute mapping rules that will be enforced by a given profile.default PutAttributeMappingResponseRolesAnywhereClient. putAttributeMapping(PutAttributeMappingRequest putAttributeMappingRequest)Put an entry in the attribute mapping rules that will be enforced by a given profile.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type PutAttributeMappingResponse Modifier and Type Method Description default CompletableFuture<PutAttributeMappingResponse>RolesAnywhereAsyncClient. putAttributeMapping(Consumer<PutAttributeMappingRequest.Builder> putAttributeMappingRequest)Put an entry in the attribute mapping rules that will be enforced by a given profile.default CompletableFuture<PutAttributeMappingResponse>RolesAnywhereAsyncClient. putAttributeMapping(PutAttributeMappingRequest putAttributeMappingRequest)Put an entry in the attribute mapping rules that will be enforced by a given profile.
-