Uses of Class
software.amazon.awssdk.services.quicksight.model.NamespaceInfoV2
-
Packages that use NamespaceInfoV2 Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of NamespaceInfoV2 in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return NamespaceInfoV2 Modifier and Type Method Description NamespaceInfoV2DescribeNamespaceResponse. namespace()The information about the namespace that you're describing.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type NamespaceInfoV2 Modifier and Type Method Description List<NamespaceInfoV2>ListNamespacesResponse. namespaces()The information about the namespaces in this Amazon Web Services account.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type NamespaceInfoV2 Modifier and Type Method Description DescribeNamespaceResponse.BuilderDescribeNamespaceResponse.Builder. namespace(NamespaceInfoV2 namespace)The information about the namespace that you're describing.ListNamespacesResponse.BuilderListNamespacesResponse.Builder. namespaces(NamespaceInfoV2... namespaces)The information about the namespaces in this Amazon Web Services account.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type NamespaceInfoV2 Modifier and Type Method Description ListNamespacesResponse.BuilderListNamespacesResponse.Builder. namespaces(Collection<NamespaceInfoV2> namespaces)The information about the namespaces in this Amazon Web Services account. -
Uses of NamespaceInfoV2 in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type NamespaceInfoV2 Modifier and Type Method Description SdkIterable<NamespaceInfoV2>ListNamespacesIterable. namespaces()Returns an iterable to iterate through the paginatedListNamespacesResponse.namespaces()member.SdkPublisher<NamespaceInfoV2>ListNamespacesPublisher. namespaces()Returns a publisher that can be used to get a stream of data.
-