Uses of Interface
software.amazon.awssdk.services.vpclattice.model.GetAuthPolicyRequest.Builder
-
Packages that use GetAuthPolicyRequest.Builder Package Description software.amazon.awssdk.services.vpclattice Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs).software.amazon.awssdk.services.vpclattice.model -
-
Uses of GetAuthPolicyRequest.Builder in software.amazon.awssdk.services.vpclattice
Method parameters in software.amazon.awssdk.services.vpclattice with type arguments of type GetAuthPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAuthPolicyResponse>VpcLatticeAsyncClient. getAuthPolicy(Consumer<GetAuthPolicyRequest.Builder> getAuthPolicyRequest)Retrieves information about the auth policy for the specified service or service network.default GetAuthPolicyResponseVpcLatticeClient. getAuthPolicy(Consumer<GetAuthPolicyRequest.Builder> getAuthPolicyRequest)Retrieves information about the auth policy for the specified service or service network. -
Uses of GetAuthPolicyRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return GetAuthPolicyRequest.Builder Modifier and Type Method Description static GetAuthPolicyRequest.BuilderGetAuthPolicyRequest. builder()GetAuthPolicyRequest.BuilderGetAuthPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAuthPolicyRequest.BuilderGetAuthPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAuthPolicyRequest.BuilderGetAuthPolicyRequest.Builder. resourceIdentifier(String resourceIdentifier)The ID or Amazon Resource Name (ARN) of the service network or service.GetAuthPolicyRequest.BuilderGetAuthPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type GetAuthPolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetAuthPolicyRequest.Builder>GetAuthPolicyRequest. serializableBuilderClass()
-