Uses of Interface
software.amazon.awssdk.services.panorama.model.DescribeNodeRequest.Builder
-
Packages that use DescribeNodeRequest.Builder Package Description software.amazon.awssdk.services.panorama AWS Panorama software.amazon.awssdk.services.panorama.model -
-
Uses of DescribeNodeRequest.Builder in software.amazon.awssdk.services.panorama
Method parameters in software.amazon.awssdk.services.panorama with type arguments of type DescribeNodeRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeNodeResponse>PanoramaAsyncClient. describeNode(Consumer<DescribeNodeRequest.Builder> describeNodeRequest)Returns information about a node.default DescribeNodeResponsePanoramaClient. describeNode(Consumer<DescribeNodeRequest.Builder> describeNodeRequest)Returns information about a node. -
Uses of DescribeNodeRequest.Builder in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return DescribeNodeRequest.Builder Modifier and Type Method Description static DescribeNodeRequest.BuilderDescribeNodeRequest. builder()DescribeNodeRequest.BuilderDescribeNodeRequest.Builder. nodeId(String nodeId)The node's ID.DescribeNodeRequest.BuilderDescribeNodeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeNodeRequest.BuilderDescribeNodeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeNodeRequest.BuilderDescribeNodeRequest.Builder. ownerAccount(String ownerAccount)The account ID of the node's owner.DescribeNodeRequest.BuilderDescribeNodeRequest. toBuilder()Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type DescribeNodeRequest.Builder Modifier and Type Method Description static Class<? extends DescribeNodeRequest.Builder>DescribeNodeRequest. serializableBuilderClass()
-