Uses of Class
software.amazon.awssdk.services.ssoadmin.model.DescribeApplicationResponse
-
Packages that use DescribeApplicationResponse 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 DescribeApplicationResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return DescribeApplicationResponse Modifier and Type Method Description default DescribeApplicationResponseSsoAdminClient. describeApplication(Consumer<DescribeApplicationRequest.Builder> describeApplicationRequest)Retrieves the details of an application associated with an instance of IAM Identity Center.default DescribeApplicationResponseSsoAdminClient. describeApplication(DescribeApplicationRequest describeApplicationRequest)Retrieves the details of an application associated with an instance of IAM Identity Center.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type DescribeApplicationResponse Modifier and Type Method Description default CompletableFuture<DescribeApplicationResponse>SsoAdminAsyncClient. describeApplication(Consumer<DescribeApplicationRequest.Builder> describeApplicationRequest)Retrieves the details of an application associated with an instance of IAM Identity Center.default CompletableFuture<DescribeApplicationResponse>SsoAdminAsyncClient. describeApplication(DescribeApplicationRequest describeApplicationRequest)Retrieves the details of an application associated with an instance of IAM Identity Center.
-