Uses of Class
software.amazon.awssdk.services.iam.model.EnableOrganizationsRootSessionsResponse
-
Packages that use EnableOrganizationsRootSessionsResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of EnableOrganizationsRootSessionsResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return EnableOrganizationsRootSessionsResponse Modifier and Type Method Description default EnableOrganizationsRootSessionsResponseIamClient. enableOrganizationsRootSessions(Consumer<EnableOrganizationsRootSessionsRequest.Builder> enableOrganizationsRootSessionsRequest)Allows the management account or delegated administrator to perform privileged tasks on member accounts in your organization.default EnableOrganizationsRootSessionsResponseIamClient. enableOrganizationsRootSessions(EnableOrganizationsRootSessionsRequest enableOrganizationsRootSessionsRequest)Allows the management account or delegated administrator to perform privileged tasks on member accounts in your organization.Methods in software.amazon.awssdk.services.iam that return types with arguments of type EnableOrganizationsRootSessionsResponse Modifier and Type Method Description default CompletableFuture<EnableOrganizationsRootSessionsResponse>IamAsyncClient. enableOrganizationsRootSessions(Consumer<EnableOrganizationsRootSessionsRequest.Builder> enableOrganizationsRootSessionsRequest)Allows the management account or delegated administrator to perform privileged tasks on member accounts in your organization.default CompletableFuture<EnableOrganizationsRootSessionsResponse>IamAsyncClient. enableOrganizationsRootSessions(EnableOrganizationsRootSessionsRequest enableOrganizationsRootSessionsRequest)Allows the management account or delegated administrator to perform privileged tasks on member accounts in your organization.
-