Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.DisableProfileResponse
-
Packages that use DisableProfileResponse 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 DisableProfileResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return DisableProfileResponse Modifier and Type Method Description default DisableProfileResponseRolesAnywhereClient. disableProfile(Consumer<DisableProfileRequest.Builder> disableProfileRequest)Disables a profile.default DisableProfileResponseRolesAnywhereClient. disableProfile(DisableProfileRequest disableProfileRequest)Disables a profile.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type DisableProfileResponse Modifier and Type Method Description default CompletableFuture<DisableProfileResponse>RolesAnywhereAsyncClient. disableProfile(Consumer<DisableProfileRequest.Builder> disableProfileRequest)Disables a profile.default CompletableFuture<DisableProfileResponse>RolesAnywhereAsyncClient. disableProfile(DisableProfileRequest disableProfileRequest)Disables a profile.
-