Uses of Class
com.cloudera.cdp.dfworkload.model.InboundConnectionEndpointSummary
Packages that use InboundConnectionEndpointSummary
-
Uses of InboundConnectionEndpointSummary in com.cloudera.cdp.dfworkload.model
Methods in com.cloudera.cdp.dfworkload.model that return InboundConnectionEndpointSummaryModifier and TypeMethodDescriptionCreateInboundConnectionEndpointResponse.getInboundConnectionEndpointSummary()Getter for inboundConnectionEndpointSummary.DescribeInboundConnectionEndpointResponse.getInboundConnectionEndpointSummary()Getter for inboundConnectionEndpointSummary.Methods in com.cloudera.cdp.dfworkload.model that return types with arguments of type InboundConnectionEndpointSummaryModifier and TypeMethodDescriptionListInboundConnectionEndpointsResponse.getInboundConnectionEndpoints()Getter for inboundConnectionEndpoints.Methods in com.cloudera.cdp.dfworkload.model with parameters of type InboundConnectionEndpointSummaryModifier and TypeMethodDescriptionvoidCreateInboundConnectionEndpointResponse.setInboundConnectionEndpointSummary(InboundConnectionEndpointSummary inboundConnectionEndpointSummary) Setter for inboundConnectionEndpointSummary.voidDescribeInboundConnectionEndpointResponse.setInboundConnectionEndpointSummary(InboundConnectionEndpointSummary inboundConnectionEndpointSummary) Setter for inboundConnectionEndpointSummary.Method parameters in com.cloudera.cdp.dfworkload.model with type arguments of type InboundConnectionEndpointSummaryModifier and TypeMethodDescriptionvoidListInboundConnectionEndpointsResponse.setInboundConnectionEndpoints(List<InboundConnectionEndpointSummary> inboundConnectionEndpoints) Setter for inboundConnectionEndpoints.