Uses of Class
software.amazon.awssdk.services.serverlessapplicationrepository.model.GetApplicationPolicyResponse
-
Packages that use GetApplicationPolicyResponse Package Description software.amazon.awssdk.services.serverlessapplicationrepository The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find and deploy serverless applications in the AWS Cloud. -
-
Uses of GetApplicationPolicyResponse in software.amazon.awssdk.services.serverlessapplicationrepository
Methods in software.amazon.awssdk.services.serverlessapplicationrepository that return GetApplicationPolicyResponse Modifier and Type Method Description default GetApplicationPolicyResponseServerlessApplicationRepositoryClient. getApplicationPolicy(Consumer<GetApplicationPolicyRequest.Builder> getApplicationPolicyRequest)Retrieves the policy for the application.default GetApplicationPolicyResponseServerlessApplicationRepositoryClient. getApplicationPolicy(GetApplicationPolicyRequest getApplicationPolicyRequest)Retrieves the policy for the application.Methods in software.amazon.awssdk.services.serverlessapplicationrepository that return types with arguments of type GetApplicationPolicyResponse Modifier and Type Method Description default CompletableFuture<GetApplicationPolicyResponse>ServerlessApplicationRepositoryAsyncClient. getApplicationPolicy(Consumer<GetApplicationPolicyRequest.Builder> getApplicationPolicyRequest)Retrieves the policy for the application.default CompletableFuture<GetApplicationPolicyResponse>ServerlessApplicationRepositoryAsyncClient. getApplicationPolicy(GetApplicationPolicyRequest getApplicationPolicyRequest)Retrieves the policy for the application.
-