Uses of Class
software.amazon.awssdk.services.ssm.model.GetParametersByPathResponse
-
Packages that use GetParametersByPathResponse Package Description software.amazon.awssdk.services.ssm Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at scale.software.amazon.awssdk.services.ssm.paginators -
-
Uses of GetParametersByPathResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return GetParametersByPathResponse Modifier and Type Method Description default GetParametersByPathResponseSsmClient. getParametersByPath(Consumer<GetParametersByPathRequest.Builder> getParametersByPathRequest)Retrieve information about one or more parameters under a specified level in a hierarchy.default GetParametersByPathResponseSsmClient. getParametersByPath(GetParametersByPathRequest getParametersByPathRequest)Retrieve information about one or more parameters under a specified level in a hierarchy.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type GetParametersByPathResponse Modifier and Type Method Description default CompletableFuture<GetParametersByPathResponse>SsmAsyncClient. getParametersByPath(Consumer<GetParametersByPathRequest.Builder> getParametersByPathRequest)Retrieve information about one or more parameters under a specified level in a hierarchy.default CompletableFuture<GetParametersByPathResponse>SsmAsyncClient. getParametersByPath(GetParametersByPathRequest getParametersByPathRequest)Retrieve information about one or more parameters under a specified level in a hierarchy. -
Uses of GetParametersByPathResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type GetParametersByPathResponse Modifier and Type Method Description Iterator<GetParametersByPathResponse>GetParametersByPathIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type GetParametersByPathResponse Modifier and Type Method Description voidGetParametersByPathPublisher. subscribe(org.reactivestreams.Subscriber<? super GetParametersByPathResponse> subscriber)
-