Uses of Class
software.amazon.awssdk.services.ssoadmin.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse 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 CreateApplicationResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseSsoAdminClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application in IAM Identity Center for the given application provider.default CreateApplicationResponseSsoAdminClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application in IAM Identity Center for the given application provider.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>SsoAdminAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application in IAM Identity Center for the given application provider.default CompletableFuture<CreateApplicationResponse>SsoAdminAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application in IAM Identity Center for the given application provider.
-