Uses of Class
software.amazon.awssdk.services.ssm.model.CloudConnectorFilter
Packages that use CloudConnectorFilter
-
Uses of CloudConnectorFilter in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CloudConnectorFilterModifier and TypeMethodDescriptionfinal List<CloudConnectorFilter>ListCloudConnectorsRequest.filters()One or more filters to limit the cloud connectors returned in the response.Methods in software.amazon.awssdk.services.ssm.model with parameters of type CloudConnectorFilterModifier and TypeMethodDescriptionListCloudConnectorsRequest.Builder.filters(CloudConnectorFilter... filters) One or more filters to limit the cloud connectors returned in the response.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type CloudConnectorFilterModifier and TypeMethodDescriptionListCloudConnectorsRequest.Builder.filters(Collection<CloudConnectorFilter> filters) One or more filters to limit the cloud connectors returned in the response.