Uses of Interface
software.amazon.awssdk.services.networkflowmonitor.model.GetScopeResponse.Builder
-
Packages that use GetScopeResponse.Builder Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of GetScopeResponse.Builder in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return GetScopeResponse.Builder Modifier and Type Method Description static GetScopeResponse.BuilderGetScopeResponse. builder()GetScopeResponse.BuilderGetScopeResponse.Builder. scopeArn(String scopeArn)The Amazon Resource Name (ARN) of the scope.GetScopeResponse.BuilderGetScopeResponse.Builder. scopeId(String scopeId)The identifier for the scope that includes the resources you want to get data results for.GetScopeResponse.BuilderGetScopeResponse.Builder. status(String status)The status of a scope.GetScopeResponse.BuilderGetScopeResponse.Builder. status(ScopeStatus status)The status of a scope.GetScopeResponse.BuilderGetScopeResponse.Builder. tags(Map<String,String> tags)The tags for a scope.GetScopeResponse.BuilderGetScopeResponse.Builder. targets(Collection<TargetResource> targets)The targets for a scopeGetScopeResponse.BuilderGetScopeResponse.Builder. targets(Consumer<TargetResource.Builder>... targets)The targets for a scopeGetScopeResponse.BuilderGetScopeResponse.Builder. targets(TargetResource... targets)The targets for a scopeGetScopeResponse.BuilderGetScopeResponse. toBuilder()Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type GetScopeResponse.Builder Modifier and Type Method Description static Class<? extends GetScopeResponse.Builder>GetScopeResponse. serializableBuilderClass()
-