Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.PutNotificationSettingsResponse
-
Packages that use PutNotificationSettingsResponse 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 PutNotificationSettingsResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return PutNotificationSettingsResponse Modifier and Type Method Description default PutNotificationSettingsResponseRolesAnywhereClient. putNotificationSettings(Consumer<PutNotificationSettingsRequest.Builder> putNotificationSettingsRequest)Attaches a list of notification settings to a trust anchor.default PutNotificationSettingsResponseRolesAnywhereClient. putNotificationSettings(PutNotificationSettingsRequest putNotificationSettingsRequest)Attaches a list of notification settings to a trust anchor.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type PutNotificationSettingsResponse Modifier and Type Method Description default CompletableFuture<PutNotificationSettingsResponse>RolesAnywhereAsyncClient. putNotificationSettings(Consumer<PutNotificationSettingsRequest.Builder> putNotificationSettingsRequest)Attaches a list of notification settings to a trust anchor.default CompletableFuture<PutNotificationSettingsResponse>RolesAnywhereAsyncClient. putNotificationSettings(PutNotificationSettingsRequest putNotificationSettingsRequest)Attaches a list of notification settings to a trust anchor.
-