Uses of Class
software.amazon.awssdk.services.ec2.model.ThroughResourcesStatementRequest
-
Packages that use ThroughResourcesStatementRequest Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ThroughResourcesStatementRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ThroughResourcesStatementRequest Modifier and Type Method Description List<ThroughResourcesStatementRequest>AccessScopePathRequest. throughResources()The through resources.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ThroughResourcesStatementRequest Modifier and Type Method Description AccessScopePathRequest.BuilderAccessScopePathRequest.Builder. throughResources(ThroughResourcesStatementRequest... throughResources)The through resources.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ThroughResourcesStatementRequest Modifier and Type Method Description AccessScopePathRequest.BuilderAccessScopePathRequest.Builder. throughResources(Collection<ThroughResourcesStatementRequest> throughResources)The through resources.
-