Uses of Class
software.amazon.awssdk.services.ssoadmin.model.CreateInstanceRequest
-
Packages that use CreateInstanceRequest Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center is the Amazon Web Services solution for connecting your workforce users to Amazon Web Services managed applications and other Amazon Web Services resources.software.amazon.awssdk.services.ssoadmin.transform -
-
Uses of CreateInstanceRequest in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin with parameters of type CreateInstanceRequest Modifier and Type Method Description 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.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. -
Uses of CreateInstanceRequest in software.amazon.awssdk.services.ssoadmin.transform
Methods in software.amazon.awssdk.services.ssoadmin.transform with parameters of type CreateInstanceRequest Modifier and Type Method Description SdkHttpFullRequest
CreateInstanceRequestMarshaller. marshall(CreateInstanceRequest createInstanceRequest)
-