Uses of Interface
software.amazon.awssdk.services.ec2.model.GetNetworkInsightsAccessScopeContentRequest.Builder
-
Packages that use GetNetworkInsightsAccessScopeContentRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of GetNetworkInsightsAccessScopeContentRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetNetworkInsightsAccessScopeContentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetNetworkInsightsAccessScopeContentResponse>Ec2AsyncClient. getNetworkInsightsAccessScopeContent(Consumer<GetNetworkInsightsAccessScopeContentRequest.Builder> getNetworkInsightsAccessScopeContentRequest)Gets the content for the specified Network Access Scope.default GetNetworkInsightsAccessScopeContentResponseEc2Client. getNetworkInsightsAccessScopeContent(Consumer<GetNetworkInsightsAccessScopeContentRequest.Builder> getNetworkInsightsAccessScopeContentRequest)Gets the content for the specified Network Access Scope. -
Uses of GetNetworkInsightsAccessScopeContentRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetNetworkInsightsAccessScopeContentRequest.Builder Modifier and Type Method Description static GetNetworkInsightsAccessScopeContentRequest.BuilderGetNetworkInsightsAccessScopeContentRequest. builder()GetNetworkInsightsAccessScopeContentRequest.BuilderGetNetworkInsightsAccessScopeContentRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.GetNetworkInsightsAccessScopeContentRequest.BuilderGetNetworkInsightsAccessScopeContentRequest.Builder. networkInsightsAccessScopeId(String networkInsightsAccessScopeId)The ID of the Network Access Scope.GetNetworkInsightsAccessScopeContentRequest.BuilderGetNetworkInsightsAccessScopeContentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetNetworkInsightsAccessScopeContentRequest.BuilderGetNetworkInsightsAccessScopeContentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetNetworkInsightsAccessScopeContentRequest.BuilderGetNetworkInsightsAccessScopeContentRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetNetworkInsightsAccessScopeContentRequest.Builder Modifier and Type Method Description static Class<? extends GetNetworkInsightsAccessScopeContentRequest.Builder>GetNetworkInsightsAccessScopeContentRequest. serializableBuilderClass()
-