Uses of Class
software.amazon.awssdk.services.ssoadmin.model.CreateInstanceResponse
-
Packages that use CreateInstanceResponse Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications. -
-
Uses of CreateInstanceResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return CreateInstanceResponse Modifier and Type Method Description default CreateInstanceResponse
SsoAdminClient. createInstance(Consumer<CreateInstanceRequest.Builder> createInstanceRequest)
Creates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not managed by Organizations or a member Amazon Web Services account in an organization.default CreateInstanceResponse
SsoAdminClient. createInstance(CreateInstanceRequest createInstanceRequest)
Creates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not managed by Organizations or a member Amazon Web Services account in an organization.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type CreateInstanceResponse Modifier and Type Method Description default CompletableFuture<CreateInstanceResponse>
SsoAdminAsyncClient. createInstance(Consumer<CreateInstanceRequest.Builder> createInstanceRequest)
Creates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not managed by Organizations or a member Amazon Web Services account in an organization.default CompletableFuture<CreateInstanceResponse>
SsoAdminAsyncClient. createInstance(CreateInstanceRequest createInstanceRequest)
Creates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not managed by Organizations or a member Amazon Web Services account in an organization.
-