Uses of Class
software.amazon.awssdk.services.pcaconnectorscep.model.ConnectorSummary
-
Packages that use ConnectorSummary Package Description software.amazon.awssdk.services.pcaconnectorscep.model software.amazon.awssdk.services.pcaconnectorscep.paginators -
-
Uses of ConnectorSummary in software.amazon.awssdk.services.pcaconnectorscep.model
Methods in software.amazon.awssdk.services.pcaconnectorscep.model that return types with arguments of type ConnectorSummary Modifier and Type Method Description List<ConnectorSummary>ListConnectorsResponse. connectors()The connectors belonging to your Amazon Web Services account.Methods in software.amazon.awssdk.services.pcaconnectorscep.model with parameters of type ConnectorSummary Modifier and Type Method Description ListConnectorsResponse.BuilderListConnectorsResponse.Builder. connectors(ConnectorSummary... connectors)The connectors belonging to your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.pcaconnectorscep.model with type arguments of type ConnectorSummary Modifier and Type Method Description ListConnectorsResponse.BuilderListConnectorsResponse.Builder. connectors(Collection<ConnectorSummary> connectors)The connectors belonging to your Amazon Web Services account. -
Uses of ConnectorSummary in software.amazon.awssdk.services.pcaconnectorscep.paginators
Methods in software.amazon.awssdk.services.pcaconnectorscep.paginators that return types with arguments of type ConnectorSummary Modifier and Type Method Description SdkIterable<ConnectorSummary>ListConnectorsIterable. connectors()Returns an iterable to iterate through the paginatedListConnectorsResponse.connectors()member.SdkPublisher<ConnectorSummary>ListConnectorsPublisher. connectors()Returns a publisher that can be used to get a stream of data.
-